home *** CD-ROM | disk | FTP | other *** search
- /* */
-
- address 'DOPUS.1'
- options results
-
- status 3
- Window = result
-
- status 13 window /* dir name */
- FirstFileDir = result
- getnextselected
- FirstFileName = result
- selectfile FirstFileName 0
- displaydir
-
- otherwindow
-
-
- status 13 1-window /* dir name */
- SecondFileDir = result
- getnextselected
- SecondFileName = result
- selectfile SecondFileName 0
- displaydir
-
- otherwindow
-
-
- ExecuteString = 'M_C:cmp >"con:20/0/600/100/Compare/WAIT/CLOSE/SCREEN DOPUS.1"'||FirstFileDir||FirstFileName||' '||SecondFileDir||SecondFileName
-
- address command ExecuteString
-
-
-